projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef4375
)
(simula-match-string-or-comment): store-match-data => set-match-data.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:53:37 +0000
(
04:53
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:53:37 +0000
(
04:53
+0000)
lisp/progmodes/simula.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/simula.el
b/lisp/progmodes/simula.el
index 9ea3d52836cb04d4831ab6d5b030ce6d50d3e7bd..ec01c1e77db63ee1e002455ce64be53faf5dfcdd 100644
(file)
--- a/
lisp/progmodes/simula.el
+++ b/
lisp/progmodes/simula.el
@@
-1703,7
+1703,7
@@
If not nil and not t, move to limit of search and return nil."
limit t)
(when (match-beginning 3)
;; We've matched an end-comment. Yuck. Find the extent of it.
- (s
tore
-match-data
+ (s
et
-match-data
(list (point)
(if (re-search-forward "\\<\\(end\\|else\\|when\\|otherwise\\)\\>\\|;"
limit 'move)